home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_141.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  349 b   |  11 lines

  1. COUNT
  2. Returns the number of arguments given. Blank cells are not counted.
  3.  
  4. Format: COUNT (value1, value2,...)
  5.  
  6. Argument:
  7. ΓÇó  value1, value2: Any text, number, cell, range reference, or expression. You can combine the different types of values in the same list.
  8.  
  9. Example:
  10. COUNT (10, 20, B2) returns 3.
  11. Shows that there are three numbers in the list.